home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / New Age / Yarrow / background_2174.txt < prev    next >
Text File  |  1989-01-09  |  2KB  |  100 lines

  1. -- background: 2174 from stack: in
  2. -- bmap block id: 2309
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9. end openCard
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=16 top=17 right=308 bottom=498
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 209
  20. -- text size: 24
  21. -- style flags: 0
  22. -- line height: 32
  23. -- part name: Text
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 2000
  29. -- rect: left=180 top=302 right=336 bottom=222
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 902 / 902
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Back
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go to previous card
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: 2000
  48. -- rect: left=277 top=302 right=336 bottom=319
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 26425 / 26425
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Next
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   go to next card
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=455 top=302 right=336 bottom=497
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 4895 / 4895
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: First
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go to first card
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 5 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=11 top=302 right=336 bottom=53
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 20098 / 20098
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Home
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   go home
  98. end mouseUp
  99.  
  100.